home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMSCRIPTERRORS / TFRMSCRIPTERRORS.txt
Text File  |  2006-04-19  |  2KB  |  96 lines

  1. object frmScriptErrors: TfrmScriptErrors
  2.   Left = 214
  3.   Top = 110
  4.   Width = 447
  5.   Height = 262
  6.   ActiveControl = btnClose
  7.   BorderIcons = []
  8.   Caption = 'frmScriptErrors'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Shell Dlg 2'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     439
  22.     228)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblErrorCount: TLabel
  26.     Left = 5
  27.     Top = 5
  28.     Width = 311
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = 'lblErrorCount'
  32.   end
  33.   object btnNext: TButton
  34.     Left = 340
  35.     Top = 25
  36.     Width = 89
  37.     Height = 25
  38.     Anchors = [akTop, akRight]
  39.     Caption = 'btnNext'
  40.     TabOrder = 1
  41.     OnClick = btnNextClick
  42.   end
  43.   object btnPrevious: TButton
  44.     Left = 340
  45.     Top = 60
  46.     Width = 89
  47.     Height = 25
  48.     Anchors = [akTop, akRight]
  49.     Caption = 'btnPrevious'
  50.     TabOrder = 2
  51.     OnClick = btnPreviousClick
  52.   end
  53.   object btnGoto: TButton
  54.     Left = 340
  55.     Top = 95
  56.     Width = 89
  57.     Height = 25
  58.     Anchors = [akTop, akRight]
  59.     Caption = 'btnGoto'
  60.     ModalResult = 1
  61.     TabOrder = 3
  62.     OnClick = btnGotoClick
  63.   end
  64.   object btnClose: TButton
  65.     Left = 340
  66.     Top = 177
  67.     Width = 89
  68.     Height = 25
  69.     Anchors = [akRight, akBottom]
  70.     Cancel = True
  71.     Caption = 'btnClose'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 4
  75.   end
  76.   object StatusBar1: TStatusBar
  77.     Left = 0
  78.     Top = 209
  79.     Width = 439
  80.     Height = 19
  81.     Panels = <>
  82.     SimplePanel = False
  83.   end
  84.   object memoErrorInfo: TRichEdit
  85.     Left = 5
  86.     Top = 25
  87.     Width = 321
  88.     Height = 179
  89.     Anchors = [akLeft, akTop, akRight, akBottom]
  90.     ReadOnly = True
  91.     ScrollBars = ssBoth
  92.     TabOrder = 0
  93.     WantReturns = False
  94.   end
  95. end
  96.